home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Postcard CD: Niagara Parks
/
Postcard CD: Niagara Parks (2004).iso
/
mac
/
Mov.dxr
/
Internal_13.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-09
|
172 b
|
13 lines
global soundCard
on exitFrame me
if soundCard = 1 then
go(the frame + 1)
else
if soundCard = 0 then
startTimer()
go(#next)
end if
end if
end